home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / makedsks.bat < prev    next >
DOS Batch File  |  1995-03-02  |  7KB  |  309 lines

  1. @Echo off
  2.  
  3. REM This .BAT file creates the the complete set of diskettes required
  4. REM to install OS/2 from diskette.
  5. REM
  6.  
  7. REM Display Installation Instructions
  8.  
  9. CLS
  10. ECHO Welcome to OS/2.
  11. ECHO ...
  12. ECHO To install this version of OS/2 from diskette,
  13. ECHO you must first create a complete set of installation diskettes.
  14. ECHO Follow the directions on your screen to create
  15. ECHO these diskettes.
  16. ECHO ...
  17. ECHO To QUIT, press Ctrl+C.
  18. ECHO ...
  19. PAUSE
  20. CLS
  21.  
  22. REM Test for CDROM
  23.  
  24. IF EXIST \DISKIMGS\LOADDSKF.EXE GOTO TESTXDF
  25.  
  26. ECHO This program must be started from your CD-ROM Drive.
  27.  
  28. GOTO EXIT
  29.  
  30. :TESTXDF
  31.  
  32. IF EXIST \DISKIMGS\XDFCOPY.EXE GOTO START
  33.  
  34. ECHO This program must be started from your CD-ROM Drive.
  35.  
  36. GOTO EXIT
  37.  
  38.  
  39. :START
  40.  
  41. REM OK, we are going to create the disks.
  42.  
  43. ECHO Label a blank diskette "Installation Diskette" and
  44. ECHO insert it into Drive A:
  45. PAUSE
  46. ECHO Now creating the
  47. ECHO Installation Diskette.
  48. \DISKIMGS\LOADDSKF %1\DISKIMGS\OS2\35\DISK0.DSK A: /Y/Q/F
  49. IF ERRORLEVEL 1 GOTO BAD
  50.  
  51. CLS
  52. ECHO Label a blank diskette "OS/2 Diskette 1" and
  53. ECHO insert it into Drive A:
  54. PAUSE
  55. ECHO Now creating the
  56. ECHO OS/2 Diskette 1.
  57. \DISKIMGS\LOADDSKF %1\DISKIMGS\OS2\35\DISK1.DSK A: /Y/Q/F
  58. IF ERRORLEVEL 1 GOTO BAD
  59. CLS
  60. ECHO Please remove the diskette from Drive A:
  61. Pause
  62.  
  63. CLS
  64. ECHO Label a blank diskette "OS/2 Diskette 2" and
  65. ECHO insert it into Drive A:
  66. PAUSE
  67. ECHO Now creating the
  68. ECHO OS/2 Diskette 2.
  69. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK2.DSK A:
  70. IF ERRORLEVEL 1 GOTO BAD
  71. CLS
  72. ECHO Please remove the diskette from Drive A:
  73. Pause
  74.  
  75. CLS
  76. ECHO Label a blank diskette "OS/2 Diskette 3" and
  77. ECHO insert it into Drive A:
  78. PAUSE
  79. ECHO Now creating the
  80. ECHO OS/2 Diskette 3.
  81. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK3.DSK A:
  82. IF ERRORLEVEL 1 GOTO BAD
  83. CLS
  84. ECHO Please remove the diskette from Drive A:
  85. Pause
  86.  
  87. CLS
  88. ECHO Label a blank diskette "OS/2 Diskette 4" and
  89. ECHO insert it into Drive A:
  90. PAUSE
  91. ECHO Now creating the
  92. ECHO OS/2 Diskette 4.
  93. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK4.DSK A:
  94. IF ERRORLEVEL 1 GOTO BAD
  95. CLS
  96. ECHO Please remove the diskette from Drive A:
  97. Pause
  98.  
  99. CLS
  100. ECHO Label a blank diskette "OS/2 Diskette 5" and
  101. ECHO insert it into Drive A:
  102. PAUSE
  103. ECHO Now creating the
  104. ECHO OS/2 Diskette 5.
  105. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK5.DSK A:
  106. IF ERRORLEVEL 1 GOTO BAD
  107. CLS
  108. ECHO Please remove the diskette from Drive A:
  109. Pause
  110.  
  111. CLS
  112. ECHO Label a blank diskette "OS/2 Diskette 6" and
  113. ECHO insert it into Drive A:
  114. PAUSE
  115. ECHO Now creating the
  116. ECHO OS/2 Diskette 6.
  117. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK6.DSK A:
  118. IF ERRORLEVEL 1 GOTO BAD
  119. CLS
  120. ECHO Please remove the diskette from Drive A:
  121. Pause
  122.  
  123. CLS
  124. ECHO Label a blank diskette "OS/2 Diskette 7" and
  125. ECHO insert it into Drive A:
  126. PAUSE
  127. ECHO Now creating the
  128. ECHO OS/2 Diskette 7.
  129. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK7.DSK A:
  130. IF ERRORLEVEL 1 GOTO BAD
  131. CLS
  132. ECHO Please remove the diskette from Drive A:
  133. Pause
  134.  
  135. CLS
  136. ECHO Label a blank diskette "OS/2 Diskette 8" and
  137. ECHO insert it into Drive A:
  138. PAUSE
  139. ECHO Now creating the
  140. ECHO OS/2 Diskette 8.
  141. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK8.DSK A:
  142. IF ERRORLEVEL 1 GOTO BAD
  143. CLS
  144. ECHO Please remove the diskette from Drive A:
  145. Pause
  146.  
  147. CLS
  148. ECHO Label a blank diskette "OS/2 Diskette 9" and
  149. ECHO insert it into Drive A:
  150. PAUSE
  151. ECHO Now creating the
  152. ECHO OS/2 Diskette 9.
  153. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK9.DSK A:
  154. IF ERRORLEVEL 1 GOTO BAD
  155. CLS
  156. ECHO Please remove the diskette from Drive A:
  157. Pause
  158.  
  159. CLS
  160. ECHO Label a blank diskette "OS/2 Diskette 10" and
  161. ECHO insert it into Drive A:
  162. PAUSE
  163. ECHO Now creating the
  164. ECHO OS/2 Diskette 10.
  165. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK10.DSK A:
  166. IF ERRORLEVEL 1 GOTO BAD
  167. CLS
  168. ECHO Please remove the diskette from Drive A:
  169. Pause
  170.  
  171. CLS
  172. ECHO Label a blank diskette "OS/2 Diskette 11" and
  173. ECHO insert it into Drive A:
  174. PAUSE
  175. ECHO Now creating the
  176. ECHO OS/2 Diskette 11.
  177. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK11.DSK A:
  178. IF ERRORLEVEL 1 GOTO BAD
  179. CLS
  180. ECHO Please remove the diskette from Drive A:
  181. Pause
  182.  
  183. CLS
  184. ECHO Label a blank diskette "OS/2 Diskette 12" and
  185. ECHO insert it into Drive A:
  186. PAUSE
  187. ECHO Now creating the
  188. ECHO OS/2 Diskette 12.
  189. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK12.DSK A:
  190. IF ERRORLEVEL 1 GOTO BAD
  191. CLS
  192. ECHO Please remove the diskette from Drive A:
  193. Pause
  194.  
  195. CLS
  196. ECHO Label a blank diskette "OS/2 Diskette 13" and
  197. ECHO insert it into Drive A:
  198. PAUSE
  199. ECHO Now creating the
  200. ECHO OS/2 Diskette 13.
  201. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISK13.DSK A:
  202. IF ERRORLEVEL 1 GOTO BAD
  203. CLS
  204. ECHO Please remove the diskette from Drive A:
  205. Pause
  206.  
  207. CLS
  208. ECHO Label a blank diskette "OS/2 Printer Drivers Diskette 1" and
  209. ECHO insert it into Drive A:
  210. PAUSE
  211. ECHO Now creating the
  212. ECHO OS/2 Printer Drivers Diskette 1.
  213. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\PMDD1.DSK A:
  214. IF ERRORLEVEL 1 GOTO BAD
  215. CLS
  216. ECHO Please remove the diskette from Drive A:
  217. Pause
  218.  
  219. CLS
  220. ECHO Label a blank diskette "OS/2 Printer Drivers Diskette 2" and
  221. ECHO insert it into Drive A:
  222. PAUSE
  223. ECHO Now creating the
  224. ECHO OS/2 Printer Drivers Diskette 2".
  225. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\PMDD2.DSK A:
  226. IF ERRORLEVEL 1 GOTO BAD
  227. CLS
  228. ECHO Please remove the diskette from Drive A:
  229. Pause
  230.  
  231. CLS
  232. ECHO Label a blank diskette "OS/2 Printer Drivers Diskette 3" and
  233. ECHO insert it into Drive A:
  234. PAUSE
  235. ECHO Now creating the
  236. ECHO OS/2 Printer Drivers Diskette 3.
  237. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\PMDD3.DSK A:
  238. IF ERRORLEVEL 1 GOTO BAD
  239. CLS
  240. ECHO Please remove the diskette from Drive A:
  241. Pause
  242.  
  243. CLS
  244. ECHO Label a blank diskette "OS/2 Display Drivers Diskette 1" and
  245. ECHO insert it into Drive A:
  246. PAUSE
  247. ECHO Now creating the
  248. ECHO OS/2 Display Drivers Diskette 1.
  249. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP1.DSK A:
  250. IF ERRORLEVEL 1 GOTO BAD
  251. CLS
  252. ECHO Please remove the diskette from Drive A:
  253. Pause
  254.  
  255. CLS
  256. ECHO Label a blank diskette "OS/2 Display Drivers Diskette 2" and
  257. ECHO insert it into Drive A:
  258. PAUSE
  259. ECHO Now creating the
  260. ECHO OS/2 Display Drivers Diskette 2.
  261. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP2.DSK A:
  262. IF ERRORLEVEL 1 GOTO BAD
  263. CLS
  264. ECHO Please remove the diskette from Drive A:
  265. Pause
  266.  
  267. CLS
  268. ECHO Label a blank diskette "OS/2 Display Drivers Diskette 3" and
  269. ECHO insert it into Drive A:
  270. PAUSE
  271. ECHO Now creating the
  272. ECHO OS/2 Display Drivers Diskette 3.
  273. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP3.DSK A:
  274. IF ERRORLEVEL 1 GOTO BAD
  275. CLS
  276. ECHO Please remove the diskette from Drive A:
  277. Pause
  278.  
  279. CLS
  280. ECHO Label a blank diskette "OS/2 Display Drivers Diskette 4" and
  281. ECHO insert it into Drive A:
  282. PAUSE
  283. ECHO Now creating the
  284. ECHO OS/2 Display Drivers Diskette 4.
  285. \DISKIMGS\XDFCOPY %1\DISKIMGS\OS2\35\DISP4.DSK A:
  286. IF ERRORLEVEL 1 GOTO BAD
  287. CLS
  288. ECHO Please remove the diskette from Drive A:
  289. Pause
  290.  
  291.  
  292. CLS
  293. ECHO To install OS/2:
  294.  
  295. ECHO 1) Re-insert the Installation Diskette in Drive A:
  296. ECHO 2) Press Ctrl, Alt, and Del to restart your computer.
  297. ECHO 3) After restarting your computer, follow the
  298. ECHO    instructions on your screen.
  299.  
  300. GOTO EXIT
  301.  
  302. :BAD
  303. ECHO A problem occured while creating the installation
  304. ECHO diskettes.  Refer to the README.INS file located in
  305. ECHO the root directory on the CD-ROM for additional help.
  306.  
  307. :EXIT
  308.  
  309.